Skip to content

feat: add congestion control to TCP implementation #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
May 17, 2025

Conversation

MegaRedHand
Copy link
Owner

Closes #219

This PR adds congestion control to the TCP implementation

Base automatically changed from tcp-state to main May 4, 2025 23:05
@MegaRedHand MegaRedHand marked this pull request as ready for review May 10, 2025 22:54
@MegaRedHand MegaRedHand merged commit 0498e32 into main May 17, 2025
3 checks passed
@MegaRedHand MegaRedHand deleted the congestion-control branch May 17, 2025 17:48
MegaRedHand added a commit that referenced this pull request May 18, 2025
Depends on #220

This PR makes the TCP module enqueue segments with future sequence
numbers instead of dropping them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add congestion control to TCP implementation
1 participant